LCD_SET_ADC_SWITCH_TABLE

LCD_SET_ADC_SWITCH_TABLE

   
SYNTAX:

        LCD_SET_ADC_SWITCH_TABLE(PINS [,WAIT=x] [,MODE] [,ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY]);

DESCRIPTION:

         Set the assigned pin or pin group whether to connect ADC switch or not.

REQUIRED ARGUMENT:

         PARA1: PINS

            PIN_GROUP_NAME or PIN_NAME

OPTIONAL ARGUMENT:

          PARA: WAIT=x

              Wait time to next instruction.

          PARA: MODE

              CONNECT_MODE/DISCONNECT_MODE/NORMAL_MODE

              CONNECT_MODE: Close assigned relay group and the previous closed relay keep connected.

              DISCONNECT_MODE: Open assigned relay group and previous closed relay keep connected.

              NORMAL_MODE: Close assigned relay group and others relay disconnected.

              Default: NORMAL_MODE

          PARA: ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY     

              ALL_SITE_ON: Set driver executed on every site, even on the fail site.

              FAIL_SITE_ONLY: Driver executed on the fail site only.

              PLAN_FAIL_SITE_ONLY: Driver executed on the fail site ,it will occurs at this plan Fail site only.

              Default: Driver executed on the pass site only.

        

EXAMPLE:

          LCD_SET_ADC_SWITCH_TABLE(LCD_PINS);